home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar
/
1995
/
JUN
/
MO9506
/
fig13.dfm
/
fig13.txt
Wrap
Text File
|
1995-04-19
|
1KB
|
73 lines
object DBNavLiteDemo: TDBNavLiteDemo
Left = 200
Top = 95
Width = 413
Height = 195
Caption = 'DB NavLite Demo'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 33
Top = 24
Width = 91
Height = 16
Caption = 'DBNavigator: '
end
object Label2: TLabel
Left = 33
Top = 48
Width = 91
Height = 16
Caption = '(Parent Class)'
end
object Label3: TLabel
Left = 33
Top = 96
Width = 78
Height = 16
Caption = 'DBNavLite: '
end
object Label4: TLabel
Left = 33
Top = 120
Width = 82
Height = 16
Caption = '(Child Class)'
end
object DBNavLite1: TDBNavLite
Left = 125
Top = 100
Width = 241
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object DBNavigator1: TDBNavigator
Left = 133
Top = 28
Width = 241
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'CUSTOMER.DB'
Left = 8
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 8
Top = 40
end
end